home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- DigitalVideo = {
- ACTIONS = {
- setPositionToStart:;
- setOnOffDelegateCounter:;
- stepPrev:;
- setPosition:;
- stop:;
- playForward:;
- setOnOffDropFrames:;
- setPositionToEnd:;
- stepNext:;
- setOnOffFitToView:;
- playBackward:;
- setFramesPerSecond:;
- };
- OUTLETS = {
- delegate;
- dvRepresentation;
- };
- SUPERCLASS = View;
- };
- Controller = {
- ACTIONS = {
- windowWillMiniaturize:;
- windowWillClose:;
- setPositionToStart:;
- playBackward:;
- stepNext:;
- openFile:;
- playForward:;
- stop:;
- setHeightOfDigitalVideo:;
- windowWillResize:;
- setPositionToEnd:;
- setOnOffFitToView:;
- appDidInit:;
- setWidthOfDigitalVideo:;
- setOnOffDropFrames:;
- setPosition:;
- setFramesPerSecond:;
- stepPrev:;
- setOnOffDelegateCounter:;
- windowDidBecomeMain:;
- showInfoWindow:;
- };
- OUTLETS = {
- counter;
- textFpsCounter;
- dropFrames;
- stepBackwardButton;
- stopButton;
- playBackwardButton;
- txtCounter;
- currentSizeY;
- originSizeX;
- goToStartButton;
- originSize;
- infoWindow;
- mainWindow;
- frames;
- stepForwardButton;
- currentSizeX;
- goToEndButton;
- playForwardButton;
- dvView;
- originSizeY;
- fpsCounter;
- };
- SUPERCLASS = Object;
- };
-